home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 5
/
CU Amiga Magazine's Super CD-ROM 05 (1996)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1996-12].iso
/
cucd
/
programming
/
powervisor
/
pvdevelop
/
pvdevelop.lha
/
Lib
/
Source
/
PVCAllocMem.asm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Assembly Source File
|
1992-08-31
|
212 b
|
19 lines
SECTION "code",CODE
INCLUDE "PVCallStub.i"
XDEF _PVCAllocMem
_PVCAllocMem:
movem.l a6,-(a7)
GETPVBASE
move.l 8(a7),d0
move.l 12(a7),d1
move.l PVCAllocMem(a6),a6
jsr (a6)
movem.l (a7)+,a6
rts
END